home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Player Special 1994 #2
/
CD-Player 1994-02.ISO
/
demos
/
cybrdemo
/
demo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-12-19
|
168 b
|
13 lines
@echo off
check
if errorlevel 1 goto end
:loop
open
if errorlevel 1 goto end
voxel4
if errorlevel 1 goto end
close
if errorlevel 1 goto end
goto loop
:end